home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / WINNC / WINNC32.EX_ / WINNC32.EX / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1997-06-16  |  1KB  |  72 lines

  1. object Form2: TForm2
  2.   Left = 191
  3.   Top = 182
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'WinNc 32-Bit Shell '
  7.   ClientHeight = 139
  8.   ClientWidth = 367
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TFastCaption
  20.     Left = 10
  21.     Top = 65
  22.     Width = 356
  23.     Height = 13
  24.     caption = 'FastCaption'
  25.     ClipOptions = coPath
  26.   end
  27.   object Label2: TFastCaption
  28.     Left = 10
  29.     Top = 80
  30.     Width = 356
  31.     Height = 13
  32.     caption = 'FastCaption'
  33.     ClipOptions = coPath
  34.   end
  35.   object Info: TFastCaption
  36.     Left = 10
  37.     Top = 120
  38.     Width = 356
  39.     Height = 13
  40.     caption = 'FastCaption'
  41.     ClipOptions = coNone
  42.   end
  43.   object ProgressBar1: TProgressBar
  44.     Left = 10
  45.     Top = 100
  46.     Width = 269
  47.     Height = 12
  48.     Min = 0
  49.     Max = 100
  50.     Step = 1
  51.     TabOrder = 0
  52.   end
  53.   object Button1: TButton
  54.     Left = 285
  55.     Top = 100
  56.     Width = 75
  57.     Height = 20
  58.     Caption = 'Abort'
  59.     TabOrder = 1
  60.     OnClick = Button1Click
  61.   end
  62.   object ShellAnimation1: TShellAnimation
  63.     Left = 5
  64.     Top = 0
  65.     Width = 272
  66.     Height = 60
  67.     Center = False
  68.     Animation = atCopyFile
  69.     AutoPlay = False
  70.   end
  71. end
  72.